projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e27df5
)
Fix last fix.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 6 Apr 2008 20:37:01 +0000
(20:37 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 6 Apr 2008 20:37:01 +0000
(20:37 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 5b460d92287ef48c7460344a7323455d21dbbb0a..3d6e6d9ea26c3b59ffb90208cc5a4062e0c813f3 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-3311,7
+3311,9
@@
Ask means pop up a menu for the user to select one of copy, move or link."
(rename-file to backup-file 0)
(dired-relist-entry backup-file))
(dired-copy-file from to overwrite)))
- (t (dired-copy-file from to nil)))
+ (t
+ (let (dired-overwrite-confirmed)
+ (dired-copy-file from to nil))))
(dired-relist-entry to)
action)
((eq action 'move)